object RegForm1: TRegForm1 Left = 191 Top = 120 Width = 413 Height = 198 Caption = 'Register' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 56 Top = 32 Width = 28 Height = 13 Caption = '&Name' end object Label2: TLabel Left = 56 Top = 64 Width = 21 Height = 13 Caption = '&Key:' end object rName: TEdit Left = 112 Top = 32 Width = 217 Height = 21 TabOrder = 0 Text = 'rName' end object rKey: TEdit Left = 112 Top = 64 Width = 217 Height = 21 TabOrder = 1 Text = 'rKey' end object BitBtn1: TBitBtn Left = 96 Top = 112 Width = 75 Height = 25 TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 256 Top = 112 Width = 75 Height = 25 TabOrder = 3 OnClick = BitBtn2Click Kind = bkCancel end end